/*---------- 基本 font size --------------*/
body {  font-size: 10px}
td {  font-size: 10px}

/*---------- link --------------*/
a:link {  text-decoration: underline}
a:visited {  text-decoration: underline}
a:active {  text-decoration: underline}
a:hover {  color: #336666; text-decoration: none}

/*---------- 詳細設定 --------------*/
.css10px {  font-size: 11px; line-height: 14px}
.css12px {  font-size: 12px; line-height: 16px}
.css14px {  font-size: 14px;}
.css20px {  font-size: 20px; line-height: 30px}
.css12_midashi {  font-size: 12px; text-transform: none; font-weight: bold; color: #663300}
.css10_day{  font-size: 12px; color: #ff6600; font-weight: normal; font-style: normal; line-height: 20px}
.link_l {  font-size: 12px; color: #cc3333; text-decoration: none}
.link_c {  font-size: 12px; color: #339999; text-decoration: none}
.link_r1 {  font-size: 12px; color: #990066; text-decoration: none}
.link_r2 {  font-size: 12px; color: #660033; text-decoration: none}

.css10_2px {  font-size: 10px; color: #000000: color: #000000}
